HTMLify
index.html
Views: 5 | Author: cody
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>CodePen - Frame hover effect with one element</title> <link rel="stylesheet" href="./style.css"> </head> <body> <!-- partial:index.partial.html --> <img src="https://picsum.photos/id/1015/300/300" alt="a canyon and a lake"> <img src="https://picsum.photos/id/1016/300/300" alt="a canyon" style="--g: 20px;--b:5px;--c:#D95B43;"> <!-- partial --> </body> </html> |